From 2516c741228b268ab859963ae03b48222cd94c95 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 8 May 2016 22:31:54 +0000 Subject: [PATCH] d/dcmtk.preinst: 'set -e' in the script instead of the shebang, fixes lintian's maintainer-script-without-set-e --- debian/changelog | 2 ++ debian/dcmtk.preinst | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a931642b..83d02a11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ dcmtk (3.6.1~20160216-1) UNRELEASED; urgency=medium [ Mattia Rizzolo ] * d/control: Use secure URIs (https) in Vcs-Git. * d/libdcmtk5.dirs: removed as useless. + * d/dcmtk.preinst: 'set -e' in the script instead of the shebang, + fixes lintian's maintainer-script-without-set-e -- Gert Wollny Sat, 09 Apr 2016 12:23:46 +0000 diff --git a/debian/dcmtk.preinst b/debian/dcmtk.preinst index a30dfc5a..9f84376f 100644 --- a/debian/dcmtk.preinst +++ b/debian/dcmtk.preinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # Prepare to handle imagectn -> dcmqrdb (3.5.3 -> 3.5.4) transition # without triggering a dpkg question -- 2.30.2